home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nejlepší České Hry
/
Nej české hry.iso
/
hry
/
spinava historka
/
gEN.swf
/
scripts
/
DefineButton2_287
/
BUTTONCONDACTION on(release).as
next >
Wrap
Text File
|
2004-10-08
|
307b
|
15 lines
on(release){
if(_root.in_pila eq true)
{
tellTarget("_root.cur")
{
gotoAndStop(4);
_root.pila = true;
}
setProperty("_root.inv_pila", _alpha, "0");
_root.in_money = flase;
_root.in_matka = flase;
_root.in_taska = flase;
}
}